home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part2 / 10783 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.9 KB

  1. Path: mindlink.bc.ca!a946
  2. From: Ernie_Gorrie@mindlink.bc.ca (Ernie Gorrie)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Zeus '040 Problem
  5. Date: Fri, 19 Apr 96 17:39:30 -0800
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Distribution: world
  8. Message-ID: <85018-829960770@mindlink.bc.ca>
  9. NNTP-Posting-Host: mindlink.net
  10.  
  11. I have a B2000 with a Zeus '040 (28MHz), 16 megs (1 X 8s) of FAST RAM and 2
  12. megs of CHIP RAM using OS 3.1.  Everything worked fine since installing 3.1
  13. over a year ago.
  14.  
  15. Recently, my 2000 has been freezing up with alarming frequency.  I thought
  16. it might have something to do with the motherboard, so I moved my Zeus,
  17. Picasso-2, and flickerFixer into another 2000.  The freezing up problem
  18. continued.
  19.  
  20. Now I'm thinking I might have messed something up when I reinstalled the
  21. 3.1 software.  (I can't remember why I did that.)  Reinstalling changed my
  22. startup-sequence and version of the 66040.library.  When I tried to restore
  23. things the way they were, I might have changed the version of "addmem" as
  24. well.  Oh, nuts!
  25.  
  26. Anyway, the following is the beginning of my s:startup-sequence, the file
  27. size of my 68040.library, and the version of my addmem.  Could some Zeus
  28. user comment on whether these and tell me what they are using to make their
  29. Zeus with OS 3.1 work?
  30.  
  31. (I've shown you mine; please show me yours.)
  32.  
  33. 68040.library   43888 bytes (I have another version at 41672 bytes)
  34.  
  35. addmem          4672 bytes (I have another version at 9292 bytes)
  36.  
  37. set040          28876 bytes
  38.  
  39. s:startup-sequence
  40.  
  41. ; $VER: Startup-Sequence_HardDrive 40.2 (25.2.93)
  42. ; Startup-Sequence for hard drive systems
  43. makedir ram:env
  44. assign >nil: env: ram:env
  45. c:addmem >nil: $08000000 $09000000 32BIT
  46. c:set040 >nil: FASTROM nolocal noclick
  47. C:SetPatch QUIET
  48. C:Version >NIL:
  49. C:AddBuffers >NIL: DF0: 15
  50. FailAt 21
  51. C:MakeDir RAM:T RAM:Clipboards RAM:ENV/Sys
  52. C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ
  53.  
  54. Resident >NIL: C:Assign PURE
  55. Resident >NIL: C:Execute PURE
  56.  
  57.  
  58. Assign >NIL: T: RAM:T
  59. Assign >NIL: CLIPS: RAM:Clipboards
  60. Assign >NIL: REXX: S:
  61. Assign >NIL: PRINTERS: DEVS:Printers
  62. Assign >NIL: KEYMAPS: DEVS:Keymaps
  63. Assign >NIL: LOCALE: SYS:Locale
  64. Assign >NIL: LIBS: SYS:Classes ADD
  65. Assign >NIL: HELP: LOCALE:Help DEFER
  66.  
  67. BindDrivers
  68. C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
  69.  
  70. IF EXISTS DEVS:Monitors
  71.   IF EXISTS DEVS:Monitors/VGAOnly
  72.     DEVS:Monitors/VGAOnly
  73.   EndIF
  74.  
  75.   C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT
  76. "DEVS:Monitors/%s"
  77.   Execute T:M
  78.   C:Delete >NIL: T:M
  79. EndIF
  80.  
  81. SetEnv Language "english"
  82. SetEnv Workbench $Workbench
  83. SetEnv Kickstart $Kickstart
  84. UnSet Workbench
  85. UnSet Kickstart
  86.  
  87. C:AddDataTypes REFRESH QUIET
  88. C:IPrefs
  89. C:ConClip
  90.  
  91. Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs
  92. SYS:WBStartup SYS:Tools SYS:Tools/Commodities
  93.  
  94. IF EXISTS S:User-Startup
  95.   Execute S:User-Startup
  96. EndIF
  97.  
  98. Resident Execute REMOVE
  99. Resident Assign REMOVE
  100.  
  101. C:LoadWB
  102. EndCLI >NIL:
  103.  
  104. --
  105. Ernie_Gorrie@mindlink.bc.ca (Port Coquitlam, British Columbia, Canada)
  106. CompuServe Information Service (CIS) 72647,2150
  107.  
  108.